home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / d.t.p / utils / others / pcal / moon92 < prev    next >
Text File  |  1992-02-21  |  3KB  |  111 lines

  1. # 1992 moon phase information for Pcal (from Old Farmer's Almanac)
  2. #
  3. # This file is to be called .moon92 (or moon92) for Un*x, moon92.dat for VMS;
  4. # it is to live in the same directory as the .calendar file or in the directory
  5. # where the Pcal executable lives.
  6. #
  7. # Moon file syntax:
  8. #
  9. #    The user may enter the dates and (optionally) times of quarter
  10. #    moons (from a reliable source such as an almanac or astronomical
  11. #    table) into a file called .moon%y (moon%y.dat on VMS), where %y is
  12. #    the last two digits of the year.  If such a file exists (in the
  13. #    same directory as the date file, or in the directory where Pcal
  14. #    itself lives), Pcal will interpolate the phase of the moon from the
  15. #    information in this file instead of using the default algorithm.
  16. #
  17. #    (Pcal originally used an extremely simplistic moon phase algorithm;
  18. #    the moon file was added to v4.0 to enable Pcal to interpolate the
  19. #    phase of the moon from the [presumably more accurate] information
  20. #    within.  More recently, the original moon phase algorithm was
  21. #    superseded by an astronomer-strength version, largely obviating
  22. #    the need for a moon file; however, it will continue to be
  23. #    supported for the foreseeable future.)
  24. #
  25. #    Entries in the moon file must conform to the following syntax:
  26. #
  27. #      if -A flag (American date formats) specified:
  28. #        <quarter> <month><sep><day> {<hour><sep><min>}
  29. #
  30. #      if -E flag (European date formats) specified:
  31. #        <quarter> <day><sep><month> {<hour><sep><min>}
  32. #
  33. #    where
  34. #
  35. #      <quarter> := "nm", "fq" or "1q", "fm", "lq" or "3q" (new
  36. #            moon, first quarter, full moon, last quarter)
  37. #      <hour>    := number 0-23 (24-hour clock)
  38. #      <min>     := number 0-59
  39. #
  40. #    This file must contain entries for all quarter moons in the year,
  41. #    in chronological order; if any errors are encountered, Pcal will
  42. #    revert to using its default algorithm.
  43. #
  44. #    As in the date file, comments start with '#' and run through
  45. #    end-of-line.  
  46. #
  47. # Dates and times below are for Boston (EST), in -A format; you may wish to
  48. # adjust these dates and times to conform to your location.
  49.  
  50. nm 01/04 18:11        # new moon
  51. fq 01/12 21:33        # first quarter
  52. fm 01/19 16:30        # full moon
  53. lq 01/26 10:28        # last quarter
  54.  
  55. nm 02/03 14:00
  56. fq 02/11 11:16
  57. fm 02/18 03:04
  58. lq 02/25 02:57
  59.  
  60. nm 03/04 08:24
  61. fq 03/11 21:37
  62. fm 03/18 13:19
  63. lq 03/25 21:31
  64.  
  65. nm 04/03 00:02
  66. fq 04/10 05:07
  67. fm 04/16 23:44
  68. lq 04/24 16:40
  69.  
  70. nm 05/02 12:46
  71. fq 05/09 10:45
  72. fm 05/16 11:04
  73. lq 05/24 10:54
  74. nm 05/31 22:57
  75.  
  76. fq 06/07 15:48
  77. fm 06/14 23:51
  78. lq 06/23 03:12
  79. nm 06/30 07:19
  80.  
  81. fq 07/06 21:45
  82. fm 07/14 14:07
  83. lq 07/22 17:13
  84. nm 07/29 14:36
  85.  
  86. fq 08/05 05:59
  87. fm 08/13 05:28
  88. lq 08/21 05:02
  89. nm 08/27 21:43
  90.  
  91. fq 09/03 17:40
  92. fm 09/11 21:17
  93. lq 09/19 14:54
  94. nm 09/26 05:41
  95.  
  96. fq 10/03 09:13
  97. fm 10/11 13:04
  98. lq 10/18 23:13
  99. nm 10/25 15:35
  100.  
  101. fq 11/02 04:12
  102. fm 11/10 04:21
  103. lq 11/17 06:40
  104. nm 11/24 04:12
  105.  
  106. fq 12/02 01:18
  107. fm 12/09 18:41
  108. lq 12/16 14:15
  109. nm 12/23 19:43
  110. fq 12/31 22:39
  111.